google.golang.org/grpc.ClientConn.retryThrottler (field)

5 uses

	google.golang.org/grpc (current package)
		clientconn.go#L152: 	cc.retryThrottler.Store((*retryThrottler)(nil))
		clientconn.go#L631: 	retryThrottler     atomic.Value // Updated from service config.
		clientconn.go#L1096: 		cc.retryThrottler.Store(newThrottler)
		clientconn.go#L1098: 		cc.retryThrottler.Store((*retryThrottler)(nil))
		stream.go#L342: 		cs.retryThrottler = cc.retryThrottler.Load().(*retryThrottler)